home *** CD-ROM | disk | FTP | other *** search
- /*
- For use with GarshneBlanker's Executor module.
- To use with Executor:
- Startup: SYS:REXXC/RX ShowAnim
- Kill: SYS:REXXC/RXSET stop 1
- You should click the mouse to immediately stop blanking.
-
- */
-
- call setclip "stop", 0
- do until getclip("stop") = "1"
- address command "MainActor:mainview -bb -i -r1000 -aUniversal_PicassoII Art:Anim/FLI-FLC/EnterpriseTwice.FLC"
- do 10000
- if getclip("stop") = "1" then break
- end
- address command "Status >env:ShowAnim com=mainview"
- address command "Break $ShowAnim C"
- address command "delete >nil: env:ShowAnim"
- end
-